home *** CD-ROM | disk | FTP | other *** search
/ Vypalování CD / Vypalovani-CD-cd2.bin / Catalog Max 1.62 / ctalogmx.exe / install_script.iss
Text File  |  2002-07-10  |  4KB  |  74 lines

  1. ;InnoSetupVersion=2.0.11
  2.  
  3. [Setup]
  4. AppName=Catalog Max 1.62
  5. AppVerName=Catalog Max 1.62
  6. AppId=Catalog Max 1.62
  7. AppPublisherURL=http://www.lionmax.com
  8. AppSupportURL=http://www.lionmax.com
  9. AppUpdatesURL=http://www.lionmax.com
  10. DefaultDirName={pf}\Catalog Max
  11. DefaultGroupName=Catalog Max
  12. OutputBaseFilename=setup
  13. Compression=zip
  14. PrivilegesRequired=none
  15. WizardImageFile=embedded\WizardImage0.bmp
  16. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  17.  
  18. [Files]
  19. Source: "{app}\catalogmax.exe"; DestDir: "{app}"; 
  20. Source: "{app}\catdisk.dix"; DestDir: "{app}"; 
  21. Source: "{app}\catind.dix"; DestDir: "{app}"; 
  22. Source: "{app}\cattype.dix"; DestDir: "{app}"; 
  23. Source: "{app}\Help.chm"; DestDir: "{app}"; 
  24. Source: "{app}\disk\Sample.img"; DestDir: "{app}\disk"; 
  25. Source: "{app}\disk\Sample.pak"; DestDir: "{app}\disk"; 
  26. Source: "{sys}\Comctl32.ocx"; DestDir: "{sys}"; Flags: uninsneveruninstall regserver sharedfile 
  27. Source: "{app}\report\folder.gif"; DestDir: "{app}\report"; 
  28. Source: "{app}\report\Sample_Detail.htm"; DestDir: "{app}\report"; 
  29. Source: "{app}\report\Sample_Label.htm"; DestDir: "{app}\report"; 
  30. Source: "{app}\report\Sample_Detail.txt"; DestDir: "{app}\report"; 
  31. Source: "{app}\report\Sample_Index.htm"; DestDir: "{app}\report"; 
  32. Source: "{app}\report\Sample_Tree.htm"; DestDir: "{app}\report"; 
  33. Source: "{app}\report\Search Result.htm"; DestDir: "{app}\report"; 
  34. Source: "{app}\report\Sample_Index.txt"; DestDir: "{app}\report"; 
  35. Source: "{app}\report\Sample_Tree.txt"; DestDir: "{app}\report"; 
  36. Source: "{app}\report\Sample_Detail.csv"; DestDir: "{app}\report"; 
  37. Source: "{app}\report\Sample_Index.csv"; DestDir: "{app}\report"; 
  38. Source: "{app}\report\Search Result.csv"; DestDir: "{app}\report"; 
  39. Source: "{app}\report\Search Result.txt"; DestDir: "{app}\report"; 
  40. Source: "{app}\report\Sample.zip-Report.txt"; DestDir: "{app}\report"; 
  41. Source: "{app}\report\Sample.zip-Report.htm"; DestDir: "{app}\report"; 
  42. Source: "{app}\report\Sample.zip-Report.csv"; DestDir: "{app}\report"; 
  43. Source: "{app}\Plug-Ins\ico\FLGUK.ICO"; DestDir: "{app}\Plug-Ins\ico"; 
  44. Source: "{app}\Plug-Ins\ico\FLGUSA02.ICO"; DestDir: "{app}\Plug-Ins\ico"; 
  45. Source: "{app}\Plug-Ins\ico\FLGGERM.ICO"; DestDir: "{app}\Plug-Ins\ico"; 
  46. Source: "{app}\Plug-Ins\ico\FILES05B.ICO"; DestDir: "{app}\Plug-Ins\ico"; 
  47. Source: "{app}\Plug-Ins\ico\FD8.ico"; DestDir: "{app}\Plug-Ins\ico"; 
  48. Source: "{app}\Plug-Ins\ico\cdr.ico"; DestDir: "{app}\Plug-Ins\ico"; 
  49. Source: "{app}\Plug-Ins\ico\FD.ico"; DestDir: "{app}\Plug-Ins\ico"; 
  50. Source: "{app}\Plug-Ins\ico\fd3.ico"; DestDir: "{app}\Plug-Ins\ico"; 
  51. Source: "{app}\Plug-Ins\ico\fd4.ico"; DestDir: "{app}\Plug-Ins\ico"; 
  52. Source: "{app}\Plug-Ins\ico\fd5.ico"; DestDir: "{app}\Plug-Ins\ico"; 
  53. Source: "{app}\Plug-Ins\ico\cd3.ico"; DestDir: "{app}\Plug-Ins\ico"; 
  54. Source: "{app}\Plug-Ins\ico\GRAPH09.ICO"; DestDir: "{app}\Plug-Ins\ico"; 
  55. Source: "{app}\Plug-Ins\ico\GRAPH11.ICO"; DestDir: "{app}\Plug-Ins\ico"; 
  56. Source: "{app}\Plug-Ins\ico\GRAPH12.ICO"; DestDir: "{app}\Plug-Ins\ico"; 
  57. Source: "{app}\Plug-Ins\ico\PENCIL06.ICO"; DestDir: "{app}\Plug-Ins\ico"; 
  58. Source: "{app}\Plug-Ins\ico\BOOK06.ICO"; DestDir: "{app}\Plug-Ins\ico"; 
  59. Source: "{app}\Plug-Ins\ico\BOOK03.ICO"; DestDir: "{app}\Plug-Ins\ico"; 
  60.  
  61. [Dirs]
  62. Name: "{app}\disk"; Flags: uninsalwaysuninstall 
  63. Name: "{app}\report"; Flags: uninsalwaysuninstall 
  64. Name: "{app}\Plug-Ins"; Flags: uninsalwaysuninstall 
  65. Name: "{app}\Plug-Ins\ico"; Flags: uninsalwaysuninstall 
  66.  
  67. [Icons]
  68. Name: "{group}\Catalog Max Help"; Filename: "{app}\Help.chm"; WorkingDir: "{app}"; IconFilename: "{app}\Help.chm"; 
  69. Name: "{group}\Catalog Max"; Filename: "{app}\catalogmax.exe"; 
  70. Name: "{userdesktop}\Catalog Max"; Filename: "{app}\catalogmax.exe"; 
  71.  
  72. [Tasks]
  73. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  74.